type crypto/tls.lruSessionCache (struct) Method Implmentations (2 other methods implement nothing) Get(sessionKey string) (*ClientSessionState, bool) (*T).M : ClientSessionCache.Get Lock() (*T).M : sync.Locker.Lock Put(sessionKey string, cs *ClientSessionState) (*T).M : ClientSessionCache.Put Unlock() (*T).M : sync.Locker.Unlock
Method Implmentations (2 other methods implement nothing) Get(sessionKey string) (*ClientSessionState, bool) (*T).M : ClientSessionCache.Get Lock() (*T).M : sync.Locker.Lock Put(sessionKey string, cs *ClientSessionState) (*T).M : ClientSessionCache.Put Unlock() (*T).M : sync.Locker.Unlock